Category: Geeks r Us
I've got a JavaScript question. I'm trying to write a script for Messenger Plus (which is scripted in JavaScript) that will have two very large arrays (both of the same length). All elements are lower-case. What I want to know is this: I want all elements in alphabetical order. Is there a method, such as the Arrays.sort() method in Java, which can sort all items in an array into ascending order? Any help would be appreciated.
Tyler